- client object
- клиентский объект (объект, формирующий запрос на обслуживание)
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Client-side JavaScript — (CSJS) is JavaScript that runs on the client side. While JavaScript was originally created to run this way, the term was coined because the language is no longer limited to just client side, since server side JavaScript (SSJS) is now available.… … Wikipedia
Object Linking and Embedding — (OLE) is a technology developed by Microsoft that allows embedding and linking to documents and other objects. For developers, it brought OLE Control eXtension (OCX), a way to develop and use custom user interface elements. On a technical level,… … Wikipedia
Object-Oriented Software Construction — … Wikipedia
Client/Server Runtime Subsystem — CSRSS.exe (аббр. от англ. Client Server Runtime Subsystem) критически важный процесс операционной системы Windows. Исполняемый файл хранится в системной директории в папке system32. Процесс отвечает за работу: терминальных служб, служб… … Википедия
Client/Server Runtime Subsystem — Client/Server Runtime Subsystem, or csrss.exe, is a component of the Microsoft Windows NT operating system that provides the user mode side of the Win32 subsystem and is included in Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows… … Wikipedia
Object pool pattern — For the article about a general pool see Pool (Computer science) In computer programming, an object pool is a software design pattern. An object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed… … Wikipedia
Object pool — In computer programming, an object pool is a software design pattern. An object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed on demand. A client of the pool will request an object from the… … Wikipedia
Object-relational impedance mismatch — The object relational impedance mismatch is a set of conceptual and technical difficulties that are often encountered when a relational database management system (RDBMS) is being used by a program written in an object oriented programming… … Wikipedia
Object-based file system — In computing, the term object based file system refers to an architectural blueprint for distributed file systems. An object based file system splits file metadata (such as the filename, its size and access times) from file data and stores them… … Wikipedia
Object Broker — Ein Objekt Broker ist eine objektorientierte Form von Middleware, nämlich ein RPC basiertes System mit Bezug zur objektorientierten Programmierung. Der traditionelle RPC wurde zu einer Zeit entwickelt, als noch imperative Programmiersprachen… … Deutsch Wikipedia
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia